Q3Camera_GetType
You can use theQ3Camera_GetType
function to get type of a camera.
TQ3ObjectType Q3Camera_GetType (TQ3CameraObject camera);
camera
- A camera object.
DESCRIPTION
TheQ3Camera_GetType
function returns, as its function result, the type of the camera specified by thecamera
parameter. The types of camera currently supported by QuickDraw 3D are defined by these constants:
kQ3CameraTypeOrthographic kQ3CameraTypeViewAngleAspect kQ3CameraTypeViewPlaneIfQ3Camera_GetType
cannot determine the type of the specified camera, it returnskQ3ObjectTypeInvalid
.